Placard Class

Used to add a placard to a window. A placard is a control that you can use as an information display or as background fill for a control area.

Events

MouseDown

MouseDrag

MouseUp


Properties

Enabled

Value


Methods

None

More information available in parent classes: RectControl:Control:Object

Placards have three states: normal, pressed, and disabled.

Perhaps the most familiar use of the Placard control is as a small information panel, often placed at the bottom of a window to the left of the horizontal scroll bar.

Because this is a RectControl, see the RectControl for other properties and events that are common to all RectControl objects.


Note

On Mac OS X, you can solve some display problems with Placards by turning on the parent window's Composite property. For an example, see the Notes on the Window class.


See Also

RectControl class; Canvas control.